123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 :
- * 설 명 :
- * 설 계 자 :
- * 작 성 자 :
- * 작 성 일 :
- * 수정이력 :
- * 기 타 :
- -->
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>[자동판정]대사증후군/심혈관질환 설정</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <condition>
- <instcd/>
- <grupid/>
- <lang/>
- <wkdate/>
- <flag/>
- <workflagcd/>
- <cpgrupid/>
- </condition>
- <list>
- <grdinqrlist/>
- </list>
- </main>
- <disply>
- <langlst>
- <cdid/>
- <cdnm/>
- </langlst>
- </disply>
- <send>
- <langlst/>
- <grdinqrlist/>
- </send>
- <hidden/>
- <temp/>
- <init>
- <A0007list>
- <A0007>
- <cdnm/>
- <cdid/>
- </A0007>
- </A0007list>
- <A0008list>
- <A0008>
- <cdnm/>
- <cdid/>
- </A0008>
- </A0008list>
- </init>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../ast/healexamweb/js/healexam.js"/>
- <script type="javascript" src="../../../ast/healexamautojudgweb/js/AJDG001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- fDefaultSubmit();
- // fPopupSet();
- model.refresh();
- ]]>
- </script>
- <submission id="TRAHB04101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/langlst" resultref="/root/disply/langlist"/>
- <submission id="TRAHB04301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/condition" resultref="/root/main/list/grdinqrlist"/>
- <submission id="TXAHB04302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/grdinqrlist" resultref="/root/temp"/>
- <submission id="TRAHB03805" mediatype="application/x-www-form-urlencoded" method="post"/>
- </model>
- <script type="javascript">
- <![CDATA[
-
-
- function fInit(){
- model.resetInstanceNode("/root/disply/grupid");
- model.resetInstanceNode("/root/disply/langid");
- model.removeNodeset("/root/main/list/grdinqrlist");
- // model.setValue("/root/main/condition/workflagcd","QRCL")
-
- var instcd = getUserInfo("dutplceinstcd");
- model.setValue("/root/main/condition/instcd",instcd);
-
- var sToday = getCurrentDate().toString();
- model.setValue("/root/main/condition/wkdate",sToday);
-
- model.setValue("/root/main/condition/lang" , "KOR");
-
-
- /* 언어 콤보박스 세팅 */
- // model.setValue("/root/main/condition/flag","LANG")
- // model.makeNode("/root/send/langlst");
- // model.copyNode("/root/send/langlst", "/root/main/condition");
- // submit("TRAHB04201");
- /* 문진지 콤보박스 세팅 */
- // model.setValue("/root/main/condition/flag","LANG")
- // model.resetInstanceNode("/root/send/langlst");
- //model.removeNodeset("/root/send/langlst");
- // model.copyNode("/root/send/langlst", "/root/main/condition");
- // submit("TRAHB04101");
-
-
- }
- function fDefaultSubmit() {
- //A0007. ajbc workflagcd
- fGetHealexamCodeList( new Array("A0007" , "A0008"),
- new Array("/root/init/A0007list" ,"/root/init/A0008list") );
-
- combo2.refresh();
- combo1.refresh();
- }
-
- //데이터 처리
- function fSave() {
- model.setValue("/root/send/grdinqrlist", grd_autjggrid.getUpdateData());
- submit("TXAHB04302",false);
- fRetrive();
- }//fSave end
-
- function fRetrive() {
- model.resetInstanceNode("/root/main/list/grdinqrlist");
- model.removeNodeset("/root/main/list/grdinqrlist");
-
- submit("TRAHB04301",false);
- }//fRetrive end
-
- function fAddDelRow(sStatus)
- {
- if(sStatus == "A"){
- //misfGridIUD(grd_autjggrid, sStatus);
- grd_autjggrid.addRow();
- grd_autjggrid.valueMatrix(grd_autjggrid.row, grd_autjggrid.colRef("instcd")) = getUserInfo("dutplceinstcd");
- grd_autjggrid.valueMatrix(grd_autjggrid.row, grd_autjggrid.colRef("workflagcd")) = model.getValue("/root/main/condition/workflagcd");
- grd_autjggrid.valueMatrix(grd_autjggrid.row, grd_autjggrid.colRef("grupid")) = model.getValue("/root/main/condition/grupid");
- grd_autjggrid.valueMatrix(grd_autjggrid.row, grd_autjggrid.colRef("langflag")) = model.getValue("/root/main/condition/lang");
- grd_autjggrid.valueMatrix(grd_autjggrid.row, grd_autjggrid.colRef("fromdd")) = model.getValue("/root/main/condition/wkdate");
- grd_autjggrid.valueMatrix(grd_autjggrid.row, grd_autjggrid.colRef("todd")) = "99991231";
- }else{
- misfGridIUD(grd_autjggrid, sStatus);
- }
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1194" pageheight="720" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:610px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:249px; height:14px; ">[자동판정]자동판정 분류 설정</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1115px; height:662px; ">
- <group id="grp_sea" style="left:0px; top:5px; width:1115px; height:40px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1115px; height:40px; "/>
- <line id="line13" class="line_4" style="x1:1040px; y1:5px; x2:1040px; y2:32px; "/>
- <button id="btn_srch" class="btn1_letter2" style="left:1050px; top:10px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fRetrive();
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="input2" ref="/root/main/condition/wkdate" class="input_s_essential" inputtype="date" style="left:530px; top:10px; width:105px; height:19px; "/>
- <caption id="caption3" class="search_name" visibility="visible" style="left:465px; top:10px; width:65px; height:17px; ">일자 :</caption>
- <caption id="caption2" class="search_name" visibility="visible" style="left:280px; top:10px; width:69px; height:17px; ">언어 :</caption>
- <select1 id="combo1" ref="/root/main/condition/lang" appearance="minimal" style="left:345px; top:9px; width:105px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/A0008list/A0008">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption4" class="search_name" visibility="visible" style="left:10px; top:10px; width:86px; height:17px; ">그룹구분 :</caption>
- <select1 id="combo2" ref="/root/main/condition/workflagcd" appearance="minimal" style="left:100px; top:10px; width:175px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/A0007list/A0007">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(combo2.value == "FRAM"){
- button2.disabled = false; button2.refresh();
- }else{
- button2.disabled = true; button2.refresh();
- }
- btn_srch.dispatch("DOMActivate");
- ]]>
- </script>
- </select1>
- </group>
- <line id="line1" class="line_1" style="x1:0px; y1:68px; x2:1115px; y2:68px; ">--화면 import 방법</line>
- <datagrid id="grd_autjggrid" nodeset="/root/main/list/grdinqrlist" autoresize="true" caption="기관코드^분류코드^언어^ID^선택^그룹ID^그룹구분^orgchk^대분류^중분류^소분류^코드명^참고사항1^참고사항2^적용시작일^적용종료일^순서^최초등록자^최종수정자" colsep="^" colwidth="0, 0, 0, 0, 42, 53, 135, 10, 45, 45, 45, 223, 133, 87, 85, 85, 32, 70, 75, 100" dataheight="50" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="23" rowsep="|" style="left:0px; top:73px; width:1115px; height:560px; color:#0000ff; ">
- <col ref="instcd" visibility="hidden"/>
- <col ref="workflagcd" visibility="hidden"/>
- <col ref="langflag" visibility="hidden"/>
- <col ref="grupid" visibility="hidden"/>
- <col checkvalue="Y,N" ref="chkyn" type="checkbox"/>
- <col ref="grupid" type="input" mask="##" maxlength="3" style="color:#0000ff; text-align:center; "/>
- <col ref="workflagcd" type="combo">
- <choices>
- <itemset nodeset="/root/init/A0007list/A0007">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="chkorg" visibility="hidden"/>
- <col ref="ajclscd1" type="input" mask="##" maxlength="3" style="left:225px; top:23px; width:60px; height:23px; color:#0000ff; text-align:center; "/>
- <col ref="ajclscd2" type="input" mask="##" maxlength="3" style="left:270px; top:23px; width:60px; height:23px; color:#0000ff; text-align:center; "/>
- <col ref="ajclscd3" type="input" mask="##" maxlength="3" style="color:#0000ff; text-align:center; "/>
- <col ref="ajclsnm" type="input" style="color:#0000ff; "/>
- <col ref="remark1" type="input"/>
- <col ref="remakr2" type="input"/>
- <col ref="fromdd" type="inputdate" style="text-align:center; "/>
- <col ref="todd" type="inputdate" style="text-align:center; "/>
- <col ref="viewseq" type="input" format="###" style="text-align:center; "/>
- <col ref="fstrgstrid" visibility="hidden"/>
- <col ref="lastupdtrid"/>
- <col ref="inqrid" visibility="hidden"/>
- </datagrid>
- <caption id="caption1" class="tit_2" style="left:4px; top:52px; width:216px; height:14px; ">자동판정 분류 설정 상세 리스트</caption>
- <button id="button1" class="btn5_letter2" style="left:1072px; top:48px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSave();
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_addqest" class="btn2_letter3" style="left:964px; top:48px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fAddDelRow("A");
- ]]>
- </script>
- </button>
- <button id="btn_delqest" class="btn2_letter3" style="left:1018px; top:48px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- deleteSelectedRows(grd_autjggrid, true);
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn2_letter4" disabled="true" style="left:899px; top:48px; width:64px; height:19px; ">
- <caption>상세보기</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- modal("SMAHB04400", "1","50", "50", "SMAHB04400", "", "", ""); //sysmenu:hidden
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|